projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
bdce1f5
0a4214c
)
Auto merge of #3785 - joshtriplett:insulate-tests-from-user-env, r=alexcrichton
author
bors
<bors@rust-lang.org>
Thu, 2 Mar 2017 02:10:56 +0000
(
02:10
+0000)
committer
bors
<bors@rust-lang.org>
Thu, 2 Mar 2017 02:10:56 +0000
(
02:10
+0000)
tests: Insulate from user git environment
Several tests in "cargo test" would fail if the user had any of the Git
environment variables set for name or email address, because those
environment variables would override the tested configuration. Filter
out those environment variables.
Trivial merge